home *** CD-ROM | disk | FTP | other *** search
/ China - A Great Country …ng Tourist Spots in China / China - A Great Country in the East 3: Outstanding Tourist Spots in China.iso / index1.swf / scripts / DefineButton2_285 / BUTTONCONDACTION on(press).as < prev    next >
Text File  |  2003-01-10  |  96b  |  8 lines

  1. on(press){
  2.    with(_root.menux)
  3.    {
  4.       gotoandstop("js");
  5.    }
  6.    gotoAndPlay(85);
  7. }
  8.